The cursRecord parameter to the function QTVRReplaceCursor specifies a cursor record, which indicates the cursor to replace and its replacement cursor. A cursor record is defined by the QTVRCursorRecord data type:
struct QTVRCursorRecord {
UInt16 theType; /* field was previously
named "type"*/
SInt16 rsrcID;
Handle handle;
};
typedef struct QTVRCursorRecord QTVRCursorRecord;
| Previous | Chapter Contents | Chapter Top | Next |